CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - QUADRATIC PROGRAMMING

搜索资源列表

  1. SQP

    0下载:
  2. SQP序列二次规划算法是求解约束非线性规划问题的主流方法-SQP sequential quadratic programming algorithm for solving constrained nonlinear programming problem is the mainstream approach
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:56066
    • 提供者:liumingxing
  1. erciguihua

    0下载:
  2. 基于牛顿迭代法的二次规划程序,采用VC平台,适合解决大容量稀疏矩阵的优化问题-Newton iterative method based on the quadratic programming procedures using VC platform, suitable for solving large sparse matrix capacity optimization
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:2883
    • 提供者:onyea
  1. SVMANN_matlab_code.

    0下载:
  2. 使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式, 求解二次规划时调用了优化工具箱的quadprog函数。本函数在程序入口处对数据进行了 [-1,1]的归一化处理,所以计算得到的回归解析式的系数是针对归一化数据的,仿真测 试需使用与本函数配套的Regression函数。- Using non-linear support vector machine regression, nonlinear function y = f (x1,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2519
    • 提供者:luban
  1. quadprog-1.2.1.tar

    0下载:
  2. 二次规划包This file is part of QuadProg++: a C++ library implementing the algorithm of Goldfarb and Idnani for the solution of a (convex) Quadratic Programming problem by means of an active-set dual method.-Quadprog++ 1.2.1
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1267001
    • 提供者:汪洋
  1. zuiyouhua

    0下载:
  2. 求解约束优化,非线性最小二乘优化,线性优化,整数规划,二次规划等最优化问题-Solving constrained optimization, nonlinear least squares optimization, linear optimization, integer programming, quadratic programming and other optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:38948
    • 提供者:肥肥
  1. MATLABzuiyouhuajisuan

    0下载:
  2. matlab最优化计算,主要包括遗传算法、粒子群算法以及二次规划-matlab optimization calculation, including genetic algorithms, particle swarm algorithm and quadratic programming
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:16720
    • 提供者:王新超
  1. yhgj

    0下载:
  2. matlab优化工具箱介绍,还提供了线性、非线性最小化,方程求解,曲线拟合,二次规划等问题中大型课题的求解方法-matlab optimization toolbox presentation also provides a linear, nonlinear minimization, equation solving, curve fitting, quadratic programming problems in large-scale problem solving method
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:60692
    • 提供者:chenyuwuqi
  1. Code

    4下载:
  2. 清华大学王书宁老师凸优化课程原对偶内点法求解二次规划问题-code using primal dual interior point method to solve the problem of quadratic programming in convex optimization class by Shuning Wang, Tsinghua univ.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:452873
    • 提供者:王一梅
  1. SQP

    2下载:
  2. 利用MATLAB软件编写的序列二次规划算法程序,包括二次规划子程序的编写,用于求解非线性函数的最小值问题。-Using MATLAB software written in sequential quadratic programming algorithm program, including the preparation of quadratic programming routines for solving nonlinear function of the minimum probl
  3. 所属分类:matlab

    • 发布日期:2015-05-09
    • 文件大小:14336
    • 提供者:yrb
  1. matlab-OPTIMAZER

    0下载:
  2. MATLAB优化工具箱学习资料,使用方法,线性规划,二次规划-MATLAB optimization toolbox learning materials, the use of linear programming, quadratic programming
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6224455
    • 提供者:
  1. erciguihua

    0下载:
  2. 二次规划的matlab程序,非常实用,注释很详细,希望对大家有帮助!-Quadratic programming matlab program, very practical, very detailed comments, we want to help!
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1726
    • 提供者:lkp
  1. PEv

    2下载:
  2. 采用二次规划算法求解电动汽车入网的优化控制策略问题-using quadratic programming to solve the EVs coordinated charging strategy.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-20
    • 文件大小:1024
    • 提供者:王小洋
  1. fsqp

    0下载:
  2. 二次规划(Quadratic programming),在运筹学当中,是一种特殊类型的最佳化问题。-Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copi
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4140
    • 提供者:qiao
  1. minq.tar

    0下载:
  2. MINQ - bound constrained quadratic programming using rank 1 modifications source: http://solon.cma.univie.ac.at/~neum/software/minq -
  3. 所属分类:Development Research

    • 发布日期:2017-04-15
    • 文件大小:6228
    • 提供者:gama
  1. PlanProblem

    0下载:
  2. 线性规划: CmpSimpleMthd(完整单纯形法) 整数规划(含0-1规划) DividePlane(割平面法) ZeroOneprog(枚举法) 二次规划 QuadLagR(拉格朗日法) ActivedeSet(起作用集法)-Linear Programming: CmpSimpleMthd (complete simplex method) Integer programming (including 0-1 Programming) Divide
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5199
    • 提供者:wyf
  1. matlabjiaocheng

    0下载:
  2. matlab教程,包括matlab语言基础,入门知识,非线性规划,二次规划等内容-matlab tutorial, including matlab language base, getting started, nonlinear programming, quadratic programming and other content
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:10082206
    • 提供者:孙少平
  1. CG_DESCENT-C-2.0.tar

    0下载:
  2. 共轭梯度法求解凸二次规划,代码由C语言开发,老外编写的程序,很值得一读。-Conjugate gradient method for solving convex quadratic programming, code generated by C language development, foreigners prepared program, it is worth reading.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:19295
    • 提供者:wang
  1. BLG-1.1

    2下载:
  2. 带等式约束和边界约束的凸二次规划问题,程序包含两种方法,一种是共轭梯度法,一种是frank-wolfe算法,代码质量较高。-Convex quadratic programming problem with equality constraints and boundary constraints, the program contains two methods, one is the conjugate gradient method, one is frank-wolfe algorith
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:46285
    • 提供者:wang
  1. matlab--sqpm

    0下载:
  2. 采用matlab语言自己编的序列二次规划算法,能够解决一般的问题,欢迎大家下载-the sequential quadratic programming algorithm is written by MATLAB language in order to solve general problems. welcome to download it.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8554
    • 提供者:shenjiaqi
  1. TrackRoute

    0下载:
  2. 二次规划问题,路径跟踪法,通过引入中心路径的概念求解问题-Quadratic programming problems, the path tracking method, by introducing the concept of the center path to solve the problem
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:649
    • 提供者:李煜
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com